home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / gcctls92.lha / size / Makefile next >
Makefile  |  1992-04-20  |  129b  |  8 lines

  1. #    @(#)Makefile    5.3 (Berkeley) 5/11/90
  2.  
  3. PROG=    size
  4. CFLAGS= -O2 -resident -msmall-code
  5. LDFLAGS= $(LDFLAGS)
  6.  
  7. .include <bsd.prog.mk>
  8.